Click or drag to resize

RootDirectoryEntry Class

Represents a root node.
Inheritance Hierarchy
SystemObject
  Independentsoft.IO.StructuredStorageDirectoryEntry
    Independentsoft.IO.StructuredStorageRootDirectoryEntry

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RootDirectoryEntry : DirectoryEntry

The RootDirectoryEntry type exposes the following members.

Properties
  NameDescription
Public propertyClassId
Gets or sets class ID.
(Inherited from DirectoryEntry.)
Public propertyCreatedTime
Gets creation time.
(Inherited from DirectoryEntry.)
Public propertyDirectoryEntries
Gets collection of DirectoryEntry.
Public propertyLastModifiedTime
Gets last modified time.
(Inherited from DirectoryEntry.)
Public propertyName
Gets root's name.
Public propertySize
Gets size.
(Inherited from DirectoryEntry.)
Top
Methods
  NameDescription
Public methodCompareTo
Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
(Inherited from DirectoryEntry.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
RootDirectoryEntry object in a compound file that must be accessed before any other Storage objects and Stream objects are referenced. It is the uppermost parent object in the storage object and stream object hierarchy.
See Also